Skip to main content

Metered usage file format

The metered usage file type is .csv. You can download the template file to get the correct file type and fields.

The metered usage template has the following fields:

Metered usage file format Here's the revised table without the last two empty vertical columns:

FieldDescription
accountIdEnter the unique identifier that associates a vendor (ISV) customer company and subscription. The account ID represents company entitlement which is provided by the vendor when the subscription is purchased. Acceptable values: UUID (String) This is a required field.
developerIdEnter the unique vendor identifier. Acceptable values: UUID (String) This is a required field.
pricingUnitEnter the unit type that is pre-configured for which the metered usage is being sent. Acceptable values: String This is an optional field.
customUnitEnter the unit of measure for reported custom usage. Acceptable values: String This is an optional field.
quantityEnter the number of units of usage in the stated unit of measure incurred by the user. Acceptable values: String This is a required field.
unitPriceEnter the custom price per unit. Acceptable values: String This is an optional field.
descriptionEnter the custom description of this charge. Acceptable values: String This is an optional field.
currencyEnter the currency in which the custom metered usage price (unitPrice) is reported. Acceptable values: ISO currency abbreviations such as USD | AUD | SEK | EUR . Format: ISO 4217 Example: USD|EUR This is an optional field.
eventDateEnter the date and time when the usage event was recorded by the metering system. Acceptable values: String Format: YYYY-MM-DDThh:mm:ssTZD Example: 97-07-16T19:20:30+01:00 This is a required field.
eventIdEnter the unique caller-provided identifier for each metered usage event. When an eventId is not entered it is considered as null. If you send the eventId as null the platform assigns an eventId. Acceptable values: String This is an optional field.
billableIndicates usage is billable (true) or estimated (false). Acceptable values: true/false . This is a required field.

Was this page helpful?